Skip to content

Data Binding - PHP: Add dx-php-data Deprecation Updates#8857

Merged
arman-boyakhchyan merged 6 commits into
DevExpress:25_2from
arman-boyakhchyan:php-data-deprecation-updates-25-2
Jun 11, 2026
Merged

Data Binding - PHP: Add dx-php-data Deprecation Updates#8857
arman-boyakhchyan merged 6 commits into
DevExpress:25_2from
arman-boyakhchyan:php-data-deprecation-updates-25-2

Conversation

@arman-boyakhchyan

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates DevExtreme documentation to reflect the deprecation/removal of DevExtreme-PHP-Data by removing PHP-specific binding guidance and standardizing references around Web API and MongoDB data sources.

Changes:

  • Renames “Web API, PHP, MongoDB” references to “Web API and MongoDB” and updates many cross-links accordingly.
  • Removes DevExtreme-PHP-Data mentions and deletes multiple component-specific “PHP Service” topics.
  • Updates CustomStore-related docs to list supported extensions (ASP.NET + MongoDB) without PHP.

Reviewed changes

Copilot reviewed 38 out of 38 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
includes/tutorials-editors-data-binding.md Updates the “Web API …” entry in the editor data-binding links list.
includes/common-dataSource-description.md Removes PHP extension reference from shared data source description.
concepts/70 Data Binding/00 Specify a Data Source/30 Web API and MongoDB.md Removes PHP extension reference and modernizes link formatting for the Web API/MongoDB topic.
concepts/05 UI Components/TreeView/00 Getting Started with TreeView/05 Bind the TreeView to Data.md Updates “See also” binding link to Web API and MongoDB topic.
concepts/05 UI Components/TreeList/42 Server-Side Data Processing.md Removes PHP server-side processing mention and links to Web API/MongoDB topic.
concepts/05 UI Components/TreeList/00 Getting Started with TreeList/05 Bind the TreeList to Data.md Updates binding link to Web API and MongoDB topic.
concepts/05 UI Components/TagBox/09 Enable Paging.md Updates “Data Binding” see-also link to Web API and MongoDB topic.
concepts/05 UI Components/TagBox/02 Data Binding/20 Custom Sources.md Removes PHP extension guidance and points to ASP.NET + MongoDB extensions.
concepts/05 UI Components/TagBox/02 Data Binding/17 PHP Service.md Removes PHP-specific service topic.
concepts/05 UI Components/SelectBox/09 Enable Paging.md Updates “Data Binding” see-also link to Web API and MongoDB topic.
concepts/05 UI Components/SelectBox/01 Overview/10 Key Features.md Updates the list of supported data source types (removes PHP).
concepts/05 UI Components/Scheduler/00 Getting Started with Scheduler/05 Bind the Scheduler to Data.md Updates binding list to Web API and MongoDB topic.
concepts/05 UI Components/Sankey/03 Data Binding/20 Custom Sources.md Removes PHP extension guidance and points to ASP.NET + MongoDB extensions.
concepts/05 UI Components/Sankey/03 Data Binding/17 PHP Service.md Removes PHP-specific service topic.
concepts/05 UI Components/PivotGrid/155 Enhance Performance on Large Datasets.md Updates binding topic reference for createStore guidance.
concepts/05 UI Components/PivotGrid/035 Use CustomStore/20 Remote Operations.md Removes PHP extension mention and narrows guidance to ASP.NET extension.
concepts/05 UI Components/PieChart/03 Data Binding/20 Custom Sources.md Removes PHP extension guidance and points to ASP.NET + MongoDB extensions.
concepts/05 UI Components/PieChart/03 Data Binding/17 PHP Service.md Removes PHP-specific service topic.
concepts/05 UI Components/Lookup/03 Data Binding/20 Custom Sources.md Removes PHP extension guidance and points to ASP.NET + MongoDB extensions.
concepts/05 UI Components/Lookup/03 Data Binding/17 PHP Service.md Removes PHP-specific service topic.
concepts/05 UI Components/Lookup/00 Getting Started with Lookup/10 Bind Lookup to Data.md Updates binding link to Web API and MongoDB topic.
concepts/05 UI Components/List/08 Paging.md Updates “Data Binding” see-also link to Web API and MongoDB topic.
concepts/05 UI Components/List/00 Getting Started with List/03 Bind the List to Data.md Updates binding link to Web API and MongoDB topic.
concepts/05 UI Components/Funnel/03 Data Binding/20 Custom Sources.md Removes PHP extension guidance and points to ASP.NET + MongoDB extensions.
concepts/05 UI Components/Funnel/03 Data Binding/17 PHP Service.md Removes PHP-specific service topic.
concepts/05 UI Components/DataGrid/10 Enhance Performance on Large Datasets/010 Remote Operations.md Removes PHP server-side processing mention and links to Web API/MongoDB topic.
concepts/05 UI Components/DataGrid/00 Getting Started with DataGrid/05 Bind the DataGrid to Data.md Updates binding link to Web API and MongoDB topic.
concepts/05 UI Components/Chat/11 Data Binding.md Updates Web API data binding reference to new topic URL.
concepts/05 UI Components/Chart/03 Data Binding/20 Custom Sources.md Removes PHP extension guidance and points to ASP.NET + MongoDB extensions.
concepts/05 UI Components/Chart/03 Data Binding/17 PHP Service.md Removes PHP-specific service topic.
api-reference/30 Data Layer/CustomStore/CustomStore.md Removes PHP extension mention and lists supported server-side extensions.
api-reference/10 UI Components/dxTreeMap/1 Configuration/dataSource.md Removes PHP extension mention in dataSource docs.
api-reference/10 UI Components/dxTreeList/1 Configuration/remoteOperations/remoteOperations.md Updates “Data Binding” see-also link to Web API and MongoDB topic.
api-reference/10 UI Components/dxScheduler/1 Configuration/resources/dataSource.md Removes PHP extension mention in resource dataSource docs.
api-reference/10 UI Components/dxPivotGrid/1 Configuration/dataSource.md Removes PHP extension mention in dataSource docs.
api-reference/10 UI Components/dxDataGrid/1 Configuration/remoteOperations/remoteOperations.md Updates “Data Binding” see-also link to Web API and MongoDB topic.
api-reference/_hidden/dxHtmlEditorVariables/dataSource.md Removes PHP extension mention in hidden dataSource template.
api-reference/_hidden/dxHtmlEditorMention/dataSource.md Removes PHP extension mention in hidden dataSource template.
Comments suppressed due to low confidence (1)

concepts/70 Data Binding/00 Specify a Data Source/30 Web API and MongoDB.md:1

  • Use consistent capitalization for the database name: "MongoDB" (not "MongoDb").

Comment thread includes/tutorials-editors-data-binding.md Outdated
Comment thread concepts/05 UI Components/PivotGrid/155 Enhance Performance on Large Datasets.md Outdated
Comment thread concepts/05 UI Components/PivotGrid/035 Use CustomStore/20 Remote Operations.md Outdated
Comment thread concepts/05 UI Components/SelectBox/01 Overview/10 Key Features.md Outdated
Comment thread api-reference/30 Data Layer/CustomStore/CustomStore.md Outdated
Comment thread concepts/05 UI Components/Funnel/03 Data Binding/20 Custom Sources.md Outdated
Comment thread concepts/05 UI Components/Lookup/03 Data Binding/20 Custom Sources.md Outdated
Comment thread concepts/05 UI Components/PieChart/03 Data Binding/20 Custom Sources.md Outdated
Comment thread concepts/05 UI Components/Sankey/03 Data Binding/20 Custom Sources.md Outdated
Comment thread concepts/05 UI Components/TagBox/02 Data Binding/20 Custom Sources.md Outdated
Comment thread api-reference/10 UI Components/dxTreeMap/1 Configuration/dataSource.md Outdated
Comment thread concepts/05 UI Components/Chat/11 Data Binding.md Outdated
Co-authored-by: dirkpieterse <dirk.pieterse@devexpress.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 38 out of 38 changed files in this pull request and generated 1 comment.

@arman-boyakhchyan arman-boyakhchyan merged commit 1682c06 into DevExpress:25_2 Jun 11, 2026
6 checks passed
@arman-boyakhchyan arman-boyakhchyan deleted the php-data-deprecation-updates-25-2 branch June 11, 2026 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants